-
Notifications
You must be signed in to change notification settings - Fork 745
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes to support depthai in windows #1430
Conversation
You'll need to update the cppbuild.sh file as well: |
@saudet updated version cppbuild.sh file. Is there anything need to change in that file since I am not aware on this project? |
We'll need to do more than that: https://github.com/bytedeco/javacpp-presets/wiki/Create-New-Presets |
Hi @saudet I am facing few build issues with this project when I imported in my local, not able to proceed further. If you don't mind, could you please make depthai to work in windows. I am thankful for your help. Thanks. |
It will be great help for our project if DepthAI to work with windows. Please consider my request. Thanks, |
Like I keep telling you, contributions are welcome! I'm happy to help you get this working, but I don't have the time to do everything for everyone for free. If you're facing any problems, please let me know |
Thanks for help!! |
You probably want to build for windows-x86_64, not windows-x86 |
I have added both windows-x86_64 and windows-x86 like all other projects(https://github.com/mksbabu/javacpp-presets-1/blob/master/depthai/cppbuild.sh), Let me know please if there is anything need to change |
That means we'll need to add depthai to the list here: |
@saudet I have updated pom.xml as per above comment from you, facing below error could you please let me know what's the resolution for below error |
@saudet could you please help me to fix this pull request |
The CMake build is failing on Windows, so you'll need to follow the instructions to build DepthAI on Windows, but I'm unable to find them. @themarpe Where can we find the build instructions for Windows? |
@themarpe could you please help us on it |
@saudet Is there any option to fix this issue. could you please help us on it. |
Like I said before, I don't think DepthAI supports Windows, even though @themarpe says otherwise. |
Have you considered using WSL2? It's usually possible to run any Linux applications on Windows that way. |
I am not aware of it. could you please suggest what to do? |
Duplicate of #1441 |
No description provided.